home *** CD-ROM | disk | FTP | other *** search
/ VRML 2.0 Sourcebook (2nd Edition) / VRML 2.0 Sourcebook CD [md5 fed90f4f9c39d5a60d477058775c7e21].iso / book / unix / ch19 / 19fig24a.wrl < prev    next >
Text File  |  1996-09-23  |  595b  |  33 lines

  1. #VRML V2.0 utf8
  2. # The VRML 2.0 Sourcebook
  3. # Copyright [1997] By
  4. # Andrea L. Ames, David R. Nadeau, and John L. Moreland
  5. Shape {
  6.     appearance Appearance {
  7.         material Material { }
  8.     }
  9.     geometry IndexedFaceSet {
  10.         creaseAngle 1.57
  11.         coord Coordinate {
  12.             point [
  13.                 -2.00  3.00 0.00,
  14.                 -2.00 -3.00 0.00,
  15.                 -1.41  3.00 1.41,
  16.                 -1.41 -3.00 1.41,
  17.                  0.00  3.00 2.00,
  18.                  0.00 -3.00 2.00,
  19.                  1.41  3.00 1.41,
  20.                  1.41 -3.00 1.41,
  21.                  2.00  3.00 0.00,
  22.                  2.00 -3.00 0.00,
  23.             ]
  24.         }
  25.         coordIndex [
  26.             0, 1, 3, 2,   -1,
  27.             2, 3, 5, 4,   -1,
  28.             4, 5, 7, 6,   -1,
  29.             6, 7, 9, 8,   -1,
  30.         ]
  31.     }
  32. }
  33.